home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Esportes / turboracer.swf / scripts / DefineButton2_774 / BUTTONCONDACTION on(release).as
Text File  |  2007-07-10  |  120b  |  6 lines

  1. on(release){
  2.    stopAllSounds();
  3.    set("_root:OpenMode",true);
  4.    _parent._parent._parent.gotoAndStop("Title");
  5. }
  6.